| Interface | Description |
|---|---|
| Evaluator |
Evaluator is an object that translates discrete values into an evaluation value.
|
| Class | Description |
|---|---|
| DataObjects |
This class handles saving and loading data for agents which
are negotiating in a specific preference profile.
|
| EvaluatorDiscrete |
This class is used to convert the value of a discrete issue to a utility.
|
| EvaluatorInteger |
This class is used to convert the value of an integer issue to a utility.
|
| EvaluatorObjective |
Evaulator for an objective.
|
| EvaluatorReal |
An evaluator for real-type issues.
|
| UtilitySpace |
Wouter: the utility space couples all objectives to weights and evaluators.
|
| Enum | Description |
|---|---|
| EVALFUNCTYPE |
This class specifies the possible evaluation functions.
|
| EVALUATORTYPE |
Enum specifying the possible evaluation types.
|